home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
CNews
/
Source
/
hfake
/
stdlib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-10-23
|
158 b
|
9 lines
#ifndef STDLIB_H
#define STDLIB_H
/*
* fake stdlib.h for C News use on pre-ANSI compilers.
*/
extern char *malloc(), *realloc();
#endif /* STDLIB_H */